home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / Identify / IdentifyUsr.readme < prev    next >
Text File  |  1998-01-24  |  3KB  |  81 lines

  1. Short:    ListExp, identifies expansions and more (V9.1)
  2. Author:   shred@eratosthenes.starfleet.de (Richard Koerber)
  3. Uploader: shred@eratosthenes.starfleet.de (Richard Koerber)
  4. Type:     util/libs
  5. Kurz:     Identifiziert Erweiterungen und mehr (V9.1)
  6. Keywords: expansion board guru alert function system library check arexx ppc powerpc warpos installer
  7.  
  8. Replaces: util/libs/Identify.lha
  9.  
  10. Requires: AmigaOS 2.0 or higher
  11. Language: English, Deutsch
  12.  
  13. URL:      http://www.is-koeln.de/einwohner/shred/
  14.  
  15.  
  16. This system shared library identifies your system and several IDs and
  17. returns them in a human readable form. Currently implemented are:
  18.  
  19. expansions  The manufacturer and product ID of hardware expansions are
  20.             translated into manufacturer name, board name and board
  21.             class.
  22.  
  23. system      Your system is analyzed by identify.library. You can query
  24.             static values, as e. g. Amiga model, Processor, OS version,
  25.             Graphic OS (e. g. CyberGraphX), Audio OS (e. g. AHI) or
  26.             available memory (Virtual Memory is also supported).
  27.  
  28. alerts      The cryptical alert codes can also be translated.
  29.  
  30. functions   Decodes the offset of a shared library into it's function
  31.             name, provided you have got the .fd files.
  32.  
  33.  
  34. Four example Shell tools are also included:
  35.  
  36. ListExp     Analyses your system, searches for expansion boards and
  37.             optionally, shows what Commodities are available. This is
  38.             an easy way to describe your system for bug reports etc.
  39.  
  40. Guru        Decodes a Guru number.
  41.  
  42. Function    Returns the name of the function that matches to the
  43.             provided library name and offset.
  44.  
  45. InstallIfy  Gives Installer scripts access to the Identify hardware
  46.             analyzer, e.g. to check if a PowerPC is present.
  47.  
  48.  
  49.  FEATURES:
  50. -----------
  51.   - The complete expansion database consists of more than 370 (!)
  52.     expansion boards and about 125 manufacturers.
  53.   - Distinguishes between most GVP and Phase5 boards with unique ID
  54.   - Tries to give at least a hint if the board name is not known yet
  55.   - Fully DraCo and PowerPC compatible
  56.   - Supports PowerUp and WarpOS
  57.   - The library is fully localized (catalogs included: deutsch)
  58.   - ARexx interface library
  59.   - English and German documentation (.guide and .dvi)
  60.  
  61.  
  62.  INCLUDED DEVELOPER FILES:
  63. ---------------------------
  64.   - AutoDocs
  65.   - Assembler include files
  66.   - C header files (also protos, pragmas, GCC inlines)
  67.   - PASCAL include files
  68.   - Amiga-E include files
  69.   - FD file
  70.   - cd file for language translations
  71.   - C example showing how to use identify with MUI
  72.   - ARexx examples
  73.   - Installer examples
  74.  
  75.  
  76. With your help, I hope to get as much expansion names as possible.
  77. So please send the name, manufacturer ID, product ID and board class
  78. of all your expansions to: "shred@eratosthenes.starfleet.de". You can
  79. get the IDs by using ShowConfig, the included tool ListExp or the
  80. example program "expansions".   Thank you!
  81.